[LINUX] Clean up header includes (gnttab.h from fixmap.h).
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 3 Nov 2006 12:10:02 +0000 (12:10 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 3 Nov 2006 12:10:02 +0000 (12:10 +0000)
commit66d409985f17cfc50db62aee7eac2e51087c7d0d
treecbd89bfefda039e12fd9f74d3a486e94d01c183e
parent7fd6304c647226bae6097eaf2515968a0f1b6909
[LINUX] Clean up header includes (gnttab.h from fixmap.h).

include/asm-{i386,x86_64}/mach-xen/asm/fixmap.h was needlessly
including include/xen/gnttab.h. Removing this made necessary explicit
inclusion of that header in tpm_xen.c, the build of which should not
have succeeded on non-x86 architectures before.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
linux-2.6-xen-sparse/drivers/char/tpm/tpm_xen.c
linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/fixmap.h
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/fixmap.h